Windows-11-Netzlaufwerk geht auf einmal nicht mehr ==================================================== PowerShell als admin: if((Test-Path -LiteralPath "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters") -ne $true) { New-Item "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" -force -ea SilentlyContinue }; New-ItemProperty -LiteralPath 'HKLM:\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters' -Name 'AllowInsecureGuestAuth' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue; Set-SmbClientConfiguration -RequireSecuritySignature $false -confirm:$false PSS am 04.09.2025 Bekommen von Arztis! --------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------